go/types.Named.expandMethod (method)

2 uses

	go/types (current package)
		named.go#L446: 		t.methods[i] = t.expandMethod(i)
		named.go#L462: func (t *Named) expandMethod(i int) *Func {